@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');

body{
  margin: 0%;
  padding: 0%;
  background: url('../IMG/Fondo Resto.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.Texto{
	width: 100%;
	height: 90%;
	background:transparent;
  	position: absolute;
  	margin: 4.5% 0% 0% 0%;
  	overflow-y: scroll;
  	padding-top: 0%;
}

.Texto::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}


.Banner{
	width: 100%;
	height: 30%;
	background: transparent;
}


.Titulo_Servicio{
	width: 95%;
	height:5%;
	background: transparent;
	padding-left: 5%;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.Izquierda{
	width: 43%;
	height: auto;
	background: transparent;
	float: left;
	padding-left: 5%;
	padding-right: 2%;
}


.Derecha{
	width: 43%;
	height: auto;
	background: transparent;
	float: left;
	padding-left: 2%;
	padding-right: 5%;
}

.Clientes{
	width: 70%;
	height: auto;
	margin-left: 10%;
	float: left;
}


table{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	letter-spacing: 0.12em;
  	word-spacing: 0.12em;
  	border-collapse: collapse;
    box-shadow: 4px 4px 0px black;
    font-weight: bold;
    width: 107%;
}

tr{
	background-color:white ;
	color:black;  
	font-weight: bold;     
	padding: 0px; 
    font-size:90%;   
}

td {    
	padding-bottom: 0.7%;
    padding-top: 0.7%;     
	border-bottom: 4px solid  #3075b1; 
    border-top: 4px solid transparent; 
    border-right:4px solid  #3075b1;
    border-left:4px solid  #3075b1;
    text-align: left;
    color:  #3075b1;
    padding-left: 1.5%;
    padding-right: 1.5%;
    text-align: justify;
}

th {
	background-color: #3075b1; 
	border-bottom: 1px solid #fff; 
    border-top: 1px solid #fff;
    color: white; 
    padding-bottom: 0.7%;
    padding-top: 0.7%;
}

tbody tr {
    display : none;
}
tr.parent {
    display : table-row;
}
tr.open {
    display : table-row;
}


.Periodo{
	text-align: center;
}

.Enlace{
	text-decoration: none;
	color: #ffffff;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	letter-spacing: 0.20em;
  	word-spacing: 0.20em;
  	font-weight: bold;
  	margin: 1% 0% 1% 0%;
}


p{	
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	letter-spacing: 0.20em;
  	word-spacing: 0.20em;
  	text-align: justify;
  	margin-top: 0%;
}



.btn-flotante_Izquierda {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #3075b1; /* Color de fondo */
	opacity: 0.7;
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	left: 50%;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante_Izquierda:hover {
	background-color: #76b729; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}




@media (max-width: 1366px){
	p{	
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 14px;
	}

	h1,h2,h3,h4,h5,h6{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 19px;
	}

	.Imagen_Baner{
		width: 100%;
	}

	.Titulo_Servicio{
		height:7%;
		padding-top: 0.5%;
	}

	.Izquierda{
		height: auto;
		background: transparent;
	}


	.Derecha{
		height: auto;
	}
}

@media (max-width: 650px){

	body{
		margin: 0%;
		padding: 0%;
		background: url('../IMG/Movil/Fondo-Movil-Resto.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}


	.Texto{
	  	margin: 14.3% 0% 0% 0%;
	}

	.Banner{
		height: 8.5%;
	}

	.Izquierda{
		width: 90%;
		height: auto;
		padding-left: 5%;
		margin-top: 1%;
	}


	.Derecha{
		width: 90%;
		height: auto;
		padding-left: 5%;
		padding-bottom: 5%;
	}

	.Titulo_Servicio{
		width: 95%;
		height:6%;
		padding-left: 5%;
	}

	p{	
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 12px;
		letter-spacing: 0.15em;
    	word-spacing: 0.15em;
	}

	h1,h2,h3,h4,h5,h6{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;
		letter-spacing: 0.15em;
    	word-spacing: 0.15em;
	}
	
	.btn-flotante_Izquierda {
		padding: 5px 10px; /* Relleno del boton */
		bottom: 20px;
		left: 35%;
	}

}
